home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / sound / parisc / Kconfig next >
Encoding:
Text File  |  2008-12-24  |  458 b   |  21 lines

  1. # ALSA PA-RISC drivers
  2.  
  3. menuconfig SND_GSC
  4.     bool "GSC sound devices"
  5.     depends on GSC
  6.     default y
  7.     help
  8.       Support for GSC sound devices on PA-RISC architectures.
  9.  
  10. if SND_GSC
  11.  
  12. config SND_HARMONY
  13.     tristate "Harmony/Vivace sound chip"
  14.     select SND_PCM
  15.     help
  16.       Say 'Y' or 'M' to include support for the Harmony/Vivace sound
  17.       chip found in most GSC-based PA-RISC workstations.  It's frequently
  18.       provided as part of the Lasi multi-function IC.
  19.  
  20. endif    # SND_GSC
  21.